<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td{border:0;margin:0;padding:0;-x-system-font:none;font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei',寰蒋闆呴粦, SimSun, sans-serif;font-size:12px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:18px;margin:0;padding:0;word-wrap:break-word;}
img{border:0;}
input, label, select, option, textarea, button, fieldset, legend {font-family:font-family: Lucida, Verdana, 'Hiragino Sans GB', STHeiti, 'WenQuanYi Micro Hei', 'Microsoft YaHei',寰蒋闆呴粦, SimSun, sans-serif;}
a{text-decoration:none; color:#000000;}
a:hover, a:active{color:#000000;text-decoration:none;}
ul {
    list-style-type: none;
  }
body{
    background: #FAFCFC;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

img {
    border: 0;
}

.row_flex_box{
    display: flex;
    align-items: center;
}
/* color */
.blue {
    color: #017BD1 !important;
}

#main::after
{
    content: " ";
    display: table;
    clear: both;
    float: none;
    overflow: hidden;
}

#header {
    position: relative;
    background-color: #fff;
    height: 134px;
    width: 100%;
    margin-bottom: 20px;
    z-index: 999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}

#header .container,#footer .container, #main .container,.news_wrapper .container{
	width: 1200px;
	margin: 0 auto;
}

#header #head{
    height: 100px;
}

.header_border{
    background: linear-gradient(
    90deg, #1c969f 0%, #6DD3DB 100%);
    opacity: 1;
    height: 4px;
    width: 100%;
}

#footer{
    margin-top: 80px;
}

.footer_border{
    background: linear-gradient( 90deg, #1c969f 0%, #6DD3DB 100%);
    opacity: 1;
    height: 3px;
    width: 100%;
}

#gotoTop {
    position: fixed;
    top: 70%;
    cursor: pointer;
    width: 1200px;
    margin: 0 auto;
}

.icon_top{
    background: url(../images/gototop.png) no-repeat;
    height: 48px;
    width: 48px;
    cursor: pointer;
    position: absolute;
    right: -6%;
}

.icon_top:hover{
    background: url(../images/gototop_hover.png) no-repeat;
}

#logo{
    float: left;
    margin-top: 18px;
}

#logo_right{
    float: right;
}

#logo_right div{
    display: flex;
    flex-direction: column;
    width: 900px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-around;
}

#logo_right div ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#logo_right div ul li a{
    height: 32px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    width: 96px;
    text-align: center;
    display: block;
    line-height: 32px;
    text-decoration: none;
}



#logo_right div ul li:nth-child(n+5) a{
    width: 70px;
}
#logo_right div ul li .active, #logo_right div ul li a:hover{
    background: linear-gradient(90deg,#1c969f,#6dd3db);
    border-radius: 4px;
    color:#fff
}

#footer{
    background: #292E2E;
    color: #999999;
}

#footer .container{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer .footer_link{
    display: flex;
    width: 1000px;
    justify-content: space-between;
}

#footer .footer_link li a, #footer .copyright p{
    font-size: 14px;
    color: #999999;
}

#footer .copyright{
    text-align: center;
    height: 39px;
    background: #1F2323;
    align-items: center;
    display: flex;
    justify-content: center;
}

#footer .copyright a{
    color: #999;
    text-decoration: underline;
}

.footer_base-info{
    padding: 20px 16px 40px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    /* margin-bottom: -30px; */
}

.box_padding{
    padding-left: 16px;
    padding-right: 16px;
}

.box_border{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

/* homepage */
#main{
    position: relative;
    min-height: 650px;
}

.content-box{
    height: auto;
    margin: auto;
    position: relative;
} 

.long_text{
    overflow-wrap: break-word;
    word-break: keep-all;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toc_left_w750 {
    width: 750px;
    float: left;
}

.topic_match_box {
    width: 748px;
    height: auto;
    background: #fff;
    border-radius: 4px;
}

.topic_match_box .index_tag_title,.topic_news_box .index_tag_title, .topic_match_box .topic_tag_title {
    height: 56px;
    border-bottom: 1px solid #D3E1E2;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topic_tag_title a:hover,.video_title a:hover, .block_title_container a:hover, .topic_news_box .index_tag_title a:hover span, .tocr_block_title a:hover{
    color:#1c969f !important;
}

.index_match_list {
    /* margin-top: 10px;
    padding-bottom: 16px; */
}

.topic_match_list {
    /* padding-left: 16px;
    padding-right: 16px; */
}

.topic_match_box .index_tag_title h1 {
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 46px;
    margin-left: 20px;
}

.topic_match_box .index_tag_title span {
    float: right;
    font-size: 12px;
    width: 100px;
    height: 32px;
    color: #fff ;
    line-height: 19px;
    background: #1c969f ;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
}

.topic_match_list .list_block:first-child {
    border-top: none;
}

.topic_match_list .list_block {
    height: 67px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.topic_match_list .list_block:hover{
    background: #F1F9F9;
}

.topic_match_list .list_block .a,.topic_match_list .list_block .list_row{
    height: 68px;
    display: flex;
    align-items: center;
    color:#000000;
    font-size: 16px;
}

.topic_match_list .list_block .gray_left {
    color: #666;
    border-color: #666;
}

.topic_match_list .list_block .state {
    float: left;
    width: 72px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    background: linear-gradient(90deg, #929292 0%, #C1C1C1 100%);
}

.topic_match_list .list_block .red_left{
    background: linear-gradient(90deg,#f63030,#ff6e6e);
    font-weight: bold;
}

.topic_match_list .list_block .time {
    float: left;
    margin-right: 20px;
}

.topic_match_list .list_block .type {
    float: left;
    width: 80px;
    font-size:16px;
}
.topic_match_list .list_block .type.padding_r_50{
    padding-right: 50%;
}
.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic_match_list .list_block .match_name {
    float: right;
    display: flex;
    align-items: center;
}

.topic_match_list .list_block .match_name .text_left {
    text-align: right;
}

.topic_match_list .list_block .match_name span {
    float: left;
    width: 92px;
    color: #000;
    font-size: 16px;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic_match_list .list_block .match_name img {
       float: left;
       width: 24px;
       height: 24px;
       margin-left: 7px;
       margin-right: 7px;
}

.topic_match_list .list_block .match_name strong {
    float: left;
    width: 64px;
    height: 36px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
}

.topic_match_list .list_block .match_name .match_pre{
    color: #999999;
}

.topic_match_list .list_block .match_name .shape {
    float: left;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 20px;
}

.toc_right_w430 {
    width: 430px;
    float: right;
}

.topic_news_box .index_tag_title span{
    color: #999;
    font-size: 14px;
}

.topic_news_list .news_title_bg{
    margin-right: 8px;
    width: 76px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.topic_news_list .news_title_lanqiubg{
    background: url(../images/news_lanqiu_bg.png) no-repeat;
}

.topic_news_list .news_title_zuqiubg{
    background: url(../images/news_zuqiu_bg.png) no-repeat;
}

.index_news_list ul:last-child {
    padding-bottom: 13.7px;
}

.topic_news_list ul{
    padding: 18px 24px 0px 16px;
}

.topic_news_list ul:first-child{
    padding-top: 14px;
}

.topic_news_list ul li{
    display: flex;
    align-items: center;
}

.topic_news_list ul li a{
    display: flex;
    align-items: center;
}

.topic_news_list ul li a:hover{
    font-weight: bold;
    color: #1c969f;
}

.topic_news_list ul li:not(:first-child){
    margin-top: 14px;
}
.topic_news_list ul li span{
    font-size: 16px;
    width: 352px;
}

.topic_news_list ul li:first-child span{
    font-size: 18px;
    font-weight: bold;
    width: 306px;
    height: 24px;
    line-height: 24px;   
}

.topic_news_list ul li .news_item, .video_section.hot_video.esport_news .news_item{
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.topic_news_list ul li .news_play_icon, .video_section.hot_video.esport_news .news_play_icon{
    background: url(../images/icon_play.svg) no-repeat;
}

.topic_news_list ul li .news_icon, .video_section.hot_video.esport_news .news_icon{
    background: url(../images/icon_news.svg) no-repeat;
}

.video_section {
    width: 365px;
    margin-top: 20px;
}

.video_section .video_title{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.video_section .video_title a{
    position: absolute;
    color: #fff;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
}

.video_section .con .rank {
    padding-left: 16px;
    padding-right: 16px;
}

.video_section .con .rank .rank_list{
    height: 47px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #D3E1E2;
}

.video_section .con .rank .rank_list:last-child{
    border-bottom: none;
}

.video_section .con .rank .rank_list a{
    display: flex;
}

.video_section .con .rank .rank_list a:hover span{
    color:#1c969f;
}

.video_section .con .rank .rank_list a span{
    width: 282px;
}

.video_section .con .rank .rank_list .video_icon{
    background: url(../images/icon_video.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.nba_rank{
    margin-top: 20px;
}

.nba_rank .tocr_block_title{
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #D3E1E2;
}

.nba_rank .tocr_block_title ul{
    display: flex;
}

.nba_rank .tocr_block_title ul li{
    width: 100px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #1c969f;
    text-align: center;
    color: #1c969f;
    cursor: pointer;
}

.nba_rank .tocr_block_title ul .active{
    background: #1c969f;
    color:#fff;
}

.nba_rank .tocr_block_title ul li:first-child{
    border-radius: 4px 0px 0px 4px;
}

.nba_rank .tocr_block_title ul li:last-child{
    border-radius: 0px 4px 4px 0px;
}

.nba_rank .tocr_block_table table, .sport_rank .tocr_block_table table{
    width: 100%;
}

.nba_rank .tocr_block_table tr{
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child, .sport_rank .tocr_block_table tr:first-child{
    height: 28px;
    width: 100%;

    background: #F8F8F8;
    color: #999999;
    font-size: 14px;
}

.nba_rank .tocr_block_table tr:first-child th, .sport_rank .tocr_block_table tr:first-child th{
    font-size: 14px;
    font-weight: bold;
}
.sport_rank .tocr_block_table tr.group th{
    font-weight: bold;
    font-size: 14px;
}
.nba_rank .tocr_block_table tr th:first-child,.nba_rank .tocr_block_table tr td:first-child,.sport_rank .tocr_block_table tr th:first-child,.sport_rank .tocr_block_table tr td:first-child{
    /* min-width: 200px; */
    text-align: left;
    padding-left: 20px;
}

.nba_rank .tocr_block_table tr th:nth-child(n+2),.sport_rank .tocr_block_table tr td:nth-child(n+2),.nba_rank .tocr_block_table tr th:nth-child(n+2),.sport_rank .tocr_block_table tr td:nth-child(n+2){
    width: 80px;
    text-align: center;
}

.nba_rank .tocr_block_table tr:not(:first-child) td,.sport_rank .tocr_block_table tr:not(:first-child) td{
    /* padding-bottom: 20px; */
    color: #333333;
    font-size: 16px;
}

.nba_rank .tocr_block_table tr:not(:first-child) td,.sport_rank .tocr_block_table tr:not(:first-child) td{
    padding-top: 10.5px;
    padding-bottom: 10.5px;
}

.nba_rank .tocr_block_table tr:not(:first-child):hover td,.sport_rank .tocr_block_table tr:not(:first-child):hover td{
    background:#AAEDF2;
}

.nba_rank .tocr_block_table tr:nth-child(2) td,.sport_rank .tocr_block_table tr:nth-child(2) td, .sport_rank .tocr_block_table tr td.rank-1{
    /* padding-top: 12px; */
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child,.sport_rank .tocr_block_table tr:not(:first-child) td:first-child{
    display: flex;
    align-items: center;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child span:first-child,.sport_rank .tocr_block_table tr:not(:first-child) td:first-child span:first-child{
    width: 24px;
    height: 24px;
    background: #CCCCCC;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.nba_rank .tocr_block_table tr:nth-child(2) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(2) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-1 span:first-child{
    background: #FF3131;
}

.nba_rank .tocr_block_table tr:nth-child(3) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(3) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-2 span:first-child{
    background: #FF8331;
}

.nba_rank .tocr_block_table tr:nth-child(4) td:first-child span:first-child, .sport_rank .tocr_block_table tr:nth-child(4) td:first-child span:first-child,.sport_rank .tocr_block_table tr td#rank-3 span:first-child{
    background: #FCCE35;
}

.nba_rank .tocr_block_table tr:not(:first-child) td:first-child img, .sport_rank .tocr_block_table tr:not(:first-child) td:first-child img{
    width: 24px;
    height: 24px;
    margin-left: 12px;
    margin-right: 10px;
}

.home_down_wrap{
    margin-top: 20px;
}

.home_down_wrap .down_content{
    padding:20px 16px
}

.home_down_wrap .down_content .news_list, .home_down_wrap .down_content  .match_list{
    display: flex;
    justify-content: space-between;
}

.home_down_wrap .down_content .match_list .c_match{
    width: 268px;
}

.home_down_wrap .down_content .match_list .c_match:hover{
    border: 1px solid #EEEEEE;
}

.home_down_wrap .down_content .news_list .c_news{
    width: 1166px;
    display: flex;
    flex-wrap: wrap;
}

.home_down_wrap .down_content .match_list .c_match{
    margin-top: 4px;
}

.home_down_wrap .down_content .news_list .c_news li{
    margin-bottom: 16px;
    font-size: 14px;   
    color: #030303;
    width: 271px;
    margin-left: 27px;
}

.home_down_wrap .down_content .news_list .c_news .text-ignore:first-child,.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(5),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(9),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(13),.home_down_wrap .down_content .news_list .c_news .text-ignore:nth-child(17){
    margin-left: 0px !important;
}

.home_down_wrap .down_content .news_list .c_news li:hover a{
    color: #1c969f;
}

.home_down_wrap .down_content .news_list .c_news li:nth-child(-n+4){
    font-size: 16px;
    font-weight: bold;
}

.home_down_wrap .title1{
    border-bottom: 1px solid #D3E1E2;
    height: 55px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_down_wrap .title1 .btn_wrap{
    width: 380px;
    display: flex;
    justify-content: space-between;
}

.home_down_wrap .title1 .btn_wrap .link_btn{
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #D3E1E2;
    border-radius: 42px;
    text-align: center;
    font-size: 14px;
    color:#999999;
    cursor: pointer;
    
}

.home_down_wrap .title1 .btn_wrap .link_btn:hover{
    background: #1c969f;
    color: #fff;
    font-weight: bold;
}

.home_down_wrap .match_list .c_match .match_time{
    display: flex;
    height: 39px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.home_down_wrap .match_list .c_match .match_time p{
    font-size: 14px;
}

.home_down_wrap .match_list .c_match .match_info_wrap{
    padding: 6px 16px 17px;
}

.home_down_wrap .match_list .c_match .match_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_down_wrap .match_list .c_match .match_info img{
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.home_down_wrap .match_list .c_match .match_info .match_info_name{
    display: flex;
    align-items: center;
}

.home_down_wrap .match_list .c_match .match_info  p{
    font-size: 18px;
    font-weight: bold;
}

.home_down_wrap .match_list .c_match .match_info .match_info_name p{
    font-size: 16px;
    font-weight: 400;
}

/* homepage end */
/* match */
.topic_match_list.match_list{
    padding: 0;
}
.content_left{
    min-height: 725px;
    background: #fff;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
}
.content_left .content_match {
    height: auto;
    /* margin: 0 20px; */
}
.content_match .content_match_text {
    margin-top: 20px;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block:last-of-type {
    border-bottom: 0;
    box-shadow: none;
}

.content_match .content_match_text:last-of-type .topic_match_list .list_block{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.topic_match_list .list_block:last-child{
    border-bottom: 0;
    box-shadow: none;
}
.content_match .content_match_text .topic_match_list .list_block:last-child{
    box-shadow: 0px 20px 3px -20px #D3E1E2;
}

.content_match_text&gt;h6 {
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin:0 20px;
}
.content_match_text&gt;h6 time{
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.content_match_text&gt;h6&gt;time:nth-child(1) {
    font: 12px/12px "microsoft yahei";
    width: 100px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    background: linear-gradient( 270deg, rgba(255, 255, 255, 0) 0%, #EEEEEE 100%);
}
.content_left .content_match_tab {
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}
.content_left .content_match_fixed{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
}
.content_left .content_match_fixed a{
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content_left .content_match_fixed a .day{
    font-size: 14px;
}
.content_left .content_match_fixed a .date{
    font-size: 16px;
}
.content_box .content_match_fixed a .tagLine{
    display: none;
}
.content_left .content_match_fixed a.active .day,.content_left .content_match_fixed a:hover .day,.content_left .content_match_fixed a.active .date,.content_left .content_match_fixed a:hover .date{
    font-weight: bold;
}
.content_left .content_match_fixed a.active,.content_left .content_match_fixed a:hover {
    color: #1c969f;
    font-weight: bold;
    border: 1px solid #1c969f;
    position: relative;
}
.content_match_fixed a.active .tagLine, .content_match_fixed a:hover .tagLine{
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1c969f;
    border-radius: 0px 0px 2px 2px;
}
.content_match_tab li {
    float: left;
}
.content_match_tab li a {    
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #1c969f;
    border: 1px solid #1c969f;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li:first-child a{
    border-radius: 4px 0px 0px 4px;
}
.content_match_tab li:last-child a{
    border-radius: 0px 4px 4px 0px;
}
.content_match_tab li a.active {
    background: #1c969f;
    color: #fff;  
}
.content_match_sheng {
    background: #f5f5f5;
    opacity: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: 20px;
    border-radius: 20px 0px 0px 20px;
}
.content_match_sheng&gt;p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.topic_match_list.match_list .list_block .list_row .state.red_left{

    background: linear-gradient(90deg,#f63030,#ff6e6e);
}
.topic_match_list.match_list .list_block .list_row .state.blue_left{
    background: #F5F5F5;
    color: #000000;
}
.topic_match_list.match_list .list_block{
    display: flex;
    justify-content: space-between;
}
.topic_match_list.match_list .list_block .action_btns{
    display: flex;
    align-items: center;
}

.topic_match_list.match_list .list_block .complete_all{
}
.topic_match_list.match_list .list_block .nocomplete_all{
    width: 455px;
}
.topic_match_list.match_list .list_block .action_btns a{
    padding: 0 16px;
    height: 36px; line-height: 36px; 
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    opacity: 1;
    border-radius: 4px;
    margin: 0 10px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #999999;
}
.topic_match_list.match_list .list_block .action_btns a:first-child{
    margin-left: 35px;
}
.topic_match_list.match_list .list_block .action_btns a:last-child{
    margin-right: 0;
}
.topic_match_list.match_list .list_block .action_btns a:hover,.topic_match_list.match_list .list_block .action_btns a.active{
    background-color: #1c969f;
    border-color: transparent;
    color: #fff;
}
/* match end*/
/* match topic*/
.topic_match_box.hot_match_list .topic_tag_title h1,.video_section.hot_video .video_title h1,.rank_section.sport_rank .tocr_block_title h1,.data_content .data_table_schedule .schedule_header h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
    display: flex;
    align-items: center;
}
.topic_match_box.hot_match_list .topic_tag_title h1 img,.video_section.hot_video .video_title h1 img, .rank_section.sport_rank .tocr_block_title h1 img, .data_content .data_table_schedule .schedule_header h1 img{
    margin-right: 3px;
}
.topic_match_box.hot_match_list .topic_tag_title a,.video_section.hot_video .video_title a, .rank_section.sport_rank .tocr_block_title a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.blue{
    background: #017BD1;
    color: #ffffff !important;
}
.topic_match_box.hot_match_list .topic_match_list .list_block .state.red{
    background: linear-gradient(90deg, #1c969f 0%, #FF6E6E 100%);
}
/* match topic end*/
/* hot video*/
.video_section.hot_video{
    width: 100%;
    margin:0; margin-bottom:10px
}
.video_section.hot_video .video_title{
    border-bottom: 1px solid #D3E1E2;    
    padding: 0 16px;
}
.video_section.hot_video .con .rank{
    padding: 21px 16px;
}
.video_section.hot_video .con .rank .rank_list{
    height: auto;
    border-bottom: none;    
    padding: 8px 0;
}
.video_section.hot_video .con .rank .rank_list a span{
    width: 366px;
}
.video_section.hot_video .video_title span:first-child{
    font-size: 14px;
}
/* hot video end*/
/*sport rank*/
.sport_rank{
    margin-top: 20px;
}
.sport_rank .tocr_block_title{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D3E1E2;
    padding: 0 16px;
}
.sport_rank .tocr_block_table tr:first-child,.sport_rank .tocr_block_table tr.group{
    height: 28px;
    width: 100%;
    background: #F8F8F8;
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
}
.sport_rank .tocr_block_table tr:not(:first-child) td:first-child span:first-child{
    margin-right: 8px;
}
/*sport rank end*/
/*match common*/
.content_box .toc_match{
    height: auto;
    background: #FFFFFF;
    border: 1px solid #D3E1E2;
    margin-top: 20px;
    border-radius: 4px;
}
.content_box .toc_match .content_match{
    /* margin: 0 20px; */
    padding: 0;
}
.toc_match .content_match_header{
    border-bottom: 1px solid #D3E1E2;
    padding: 16px;
}
.toc_match .content_match_header h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #292E2E;
}
.topic_match_list .list_block .match_name.margin_50{
    margin-left: 50%;
}
.topic_right_block .right_tag_box .tag_section div:hover{
    background: #1c969f;
}
.topic_right_block .right_tag_box .tag_section div:hover a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #FFFFFF;
}
.content_box .hide_table{
    display: none;
}
/*match common end*/
/* schedule */
.toc_match .data_content .data_table_schedule .schedule_container{
    padding: 20px;
    padding-bottom: 0px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box{
    display: flex;
    flex-direction: row;
    background: #EEEEEE;
    opacity: 1;
    border-radius: 4px;
    padding: 10px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box strong{
    background: #1c969f;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-left: 35px;
    width: 36px;
    position: relative;
    padding: 0 12px;
    height: 28px;
    align-self: center;
    text-align: center;
}
.toc_match .data_content .data_table_schedule .course_rotation_box strong::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #1c969f;
    position: absolute;
    right: -5px;
    top: 10px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box h6{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.toc_match .data_content .data_table_schedule .course_rotation_box h6 p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order{
    margin-left: 20px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul{
    display: flex;
    flex-wrap: wrap;    
    width: 720px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin: 3px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li.active,
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li:hover{
    background: #1c969f;
}
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li.active a,
.toc_match .data_content .data_table_schedule .course_rotation_box .schedule_order ul li:hover a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.topic_match_list .list_block .state.mr_225{
    margin-right: 225px;
}
.data_content .data_table_schedule .schedule_header{
    border-bottom: 1px solid #D3E1E2;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_table_schedule .season_btn {
    margin-left: 85px;
    margin-top: 17px;
    width: 140px;
    height: 36px;
    background: #1c969f;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    text-indent: -11px;
    font-size: 14px;
    /* z-index: 1; */
}

.data_table_schedule .season_list {
    margin-top: 10px;
    background: #F5F5F5;
    border-radius: 14px;
    color: #333;
    display: none;
}

.data_table_schedule .season_btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    clear: both;
    top: 16px;
    right: 7px;
}

.data_table_schedule .season_list .season_option {
    text-indent: 0px;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #CCC;
    margin-left: 10px;
    margin-right: 10px;
}

.data_table_schedule .season_list .season_option a:hover{
    color: #1c969f;
}

.data_table_schedule .season_list .season_option:last-child{
    border-bottom: none;
}

/* schedule end*/

/* zuqiu news  */
.news_wrapper .title_shape{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-bottom: 32px solid #1c969f;
    border-right: 10px solid transparent;
    height: 0;
    width: 100px;
}

.news_wrapper .news_border{
    height: 2px;
    background: linear-gradient(135deg, #1c969f 0%, #8FF5FC 100%);
    margin-bottom: 10px;
}

.news_wrapper .hotnews_wrap{
    width: 590px;
}

.news_wrapper .news_title_wrap{
    display: flex;
    background: #1c969f;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 56px;
    border-radius: 4px 4px 0px 0px;
}

.news_wrapper .news_title_wrap .news_title{
    display: flex;
    align-items: center;
}

.news_wrapper .news_title_wrap .news_title img{
    margin-right: 10px;
}

.news_wrapper .news_title_wrap .news_title span{
    font-size: 16px;
    font-weight: bold;
}

.news_wrapper .news_title_wrap a{
    font-size: 14px;
    color: #fff;
}

.news_wrapper .news_hot_list li{
    height: 48px;
    line-height: 48px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    margin-bottom: 14px;
    border-radius: 4px;
}

.news_wrapper .news_hot_list li:hover{
    border: 1px solid #1c969f;
}

.news_wrapper .news_hot_list li:hover a{
    color: #1c969f;
}

.news_wrapper .news_hot_list li:first-child{
    margin-top: 14px;
}

.news_wrapper .news_hot_list li .news_item{
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.news_wrapper .news_hot_list li .news_play_icon{
    background: url(../images/icon_play.svg) no-repeat;
}

.news_wrapper .news_hot_list li .news_icon{
    background: url(../images/icon_news.svg) no-repeat;
}

.news_wrapper .news_hot_list li a{
    display: flex;
    align-items: center;
}

.news_wrapper .news_hot_list li a span{
    font-size: 16px;
}

.news_wrapper .news_list_wrap{
    display: flex;
    justify-content: space-between;
}

.news_wrapper .lanqiu_news_list{
    display: flex;
}

.news_wrapper .lanqiu_news_list ul{
    width: 568px;
}

.hot_teams_bg{
    height: 225px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.hot_teams_bg:after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEE 100%);
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hot_team_title{
    justify-content: space-between;
}

.hot_team_title span{
    font-size: 12px;
    width: 100px;
    height: 32px;
    color: #fff;
    background: #1c969f;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.hot-team-container{
    margin-top: 20px;
}

.hot-team-container .splide__track{
    width: 1210px;
}

.hot-team-container ul li {
    width: 90px;
    text-align: center;
    margin-right: 33px;
}

.hot-team-container ul li:hover .hot-team-img{
    border: 1px solid #1c969f;
}

.hot-team-container ul li:hover .hot-team-name{
    color: #1c969f;
}

.hot-team-container ul li:last-child{
    margin-right: 30px;
}

.hot-team-container ul li .hot-team-img{
    width: 88px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3E1E2;
    border-radius: 44px;
}

.hot-team-container ul li .hot-team-img img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.hot-team-container .splide__arrow--next{
    right: -57px;
}

.hot-team-container .splide__arrow--prev{
    left: -57px;
}

.hot-team-container .splide__arrow{
    position: absolute;
    z-index: 1;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: .7;
    background: transparent;
    border: 1px solid #D3E1E2;
    border-radius: unset;
}

.hot-team-container .splide__arrow--next:before, .hot-team-container .splide__arrow--next:after, .hot-team-container .splide__arrow--prev:before, .hot-team-container .splide__arrow--prev:after  {
    border-right: 2px solid #D3E1E2;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 8.5px;
    top: 50%;
    width: 0;
}

.hot-team-container .splide__arrow--next:after, .hot-team-container .splide__arrow--prev:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hot-team-container .left{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    top: 24%;
}

.hot-team-container .splide__arrow:hover{
    border: 1px solid #1c969f;
}

.hot-team-container .splide__arrow--next:hover:after, .hot-team-container .splide__arrow--next:hover::before, .hot-team-container .splide__arrow--prev:hover:after, .hot-team-container .splide__arrow--prev:hover::before{
    border-right: 2px solid #1c969f;
}

.hot-team-container .hot-team-name{
    margin-top: 6px;
    color: #292E2E;
    font-size: 16px;
}

.block_img:hover{
    background:#F1F9F9;
}

.block_img:hover h1 a{
    color:#1c969f;
}

/* zuqiu news end */
/* shijiebei*/
.sport_rank .tocr_block_taggle.scoreboard_title{
    padding: 12px 16px;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li{
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
    color: #1c969f;
    border: 1px solid #1c969f;
    background: #ffffff;
}
.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li.hover,.sport_rank .tocr_block_taggle.scoreboard_title ul.grp li:hover{
    color: #ffffff;
    border: 1px solid transparent;
    background: #1c969f;
}
/* shijiebei end*/

/* shijiebei*/
.content_match.shedule_match .content_match_group .group_title, .content_match.shedule_match .content_match_group .group_title .country{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content_match.shedule_match .content_match_group .group_title{
    width: 700px;
    background: #F8F8F8;
    border: 1px solid #D3E1E2;
    border-radius: 0px 22px 22px 0px;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.content_match.shedule_match .content_match_group .group_title h1{
    font-size: 16px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.content_match.shedule_match .content_match_group .group_title .country{
    margin-left: 40px;
}
.content_match.shedule_match .content_match_group .group_title .country img{
    width: 36px;
    height: 24px;
}
.content_match.shedule_match .content_match_group .group_title .country span{
    font-size: 14px;
    margin-left: 8px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.schedule_tables th{
    height: 32px;
    background: #F5F5F5;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin-top: 10px;
}
.schedule_tables th,.schedule_tables tr td{
    text-align: left;
    padding-left: 15px;
}
.schedule_tables th:nth-child(3),.schedule_tables th:nth-child(4),.schedule_tables th:nth-child(6),
.schedule_tables tr td:nth-child(4){
    text-align: center;
}
.schedule_tables tr td .against,.schedule_tables tr td .correlation{        
    display: flex;
    flex-direction: row;
}
.schedule_tables tr td .against a, .schedule_tables tr td .against strong{
    text-align: center;
}
.schedule_tables tr td .against a{
    width: 114px;
}
.schedule_tables tr td .against a.winner{
    color: #1c969f;
    font-weight: 700;
}
.schedule_tables tr td .against strong{
    width: 40px;;
}
.schedule_tables tr td .correlation{ 
    justify-content: space-evenly;
}
.schedule_tables tr td .against,.schedule_tables tr td, .schedule_tables tr td .correlation{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.schedule_tables tr td{
        padding: 20px 0px 20px 15px;
    border-bottom: 1px solid #D3E1E2;
}
.content_match.shedule_match .match_item_title{
    padding: 16px;
    border-bottom: 1px solid #D3E1E2;
}
.content_match.shedule_match .match_item_title h1{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292E2E;
}
/* shijiebei schedule end*/

.empty_data_container {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 332px;
}
.empty_data {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #1c969f;
}

.liveNo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.liveNo p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #1c969f;
    text-align: center;
    margin-bottom: 40px;
}
.liveNo a{
    background: #1c969f;
    border-radius: 16px;
    padding: 8px 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.room_video_info ul{
    flex-wrap: wrap;
}
.room_video_info .tag_item{
    margin-bottom: 7px;
}

/* Schedule page */
.season_wrapper{
  margin-top: 17px;
}
.round_wrapper{
  margin-bottom: 20px;
}
.season_wrapper,.round_wrapper{
  padding: 0px 0.5rem 0px 0.5rem;
  position: relative;
}
.season_wrapper .topic_season_texts,.round_wrapper .topic_season_textr{
  font-size: 0.7rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  z-index: inherit;
}
.season_wrapper .topic_season_btns, .round_wrapper .topic_season_btnr{
  width: 100%;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 0.7rem;
  position: relative;
}

.season_wrapper .arrow_s, .round_wrapper .arrow_r{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #3179FF;
  position: absolute;
  right: 10px;
  top: 0.55rem;
  -webkit-transition: all 300ms 0s ease-in-out;
  transition: all 300ms 0s ease-in-out;
}
.arrow_up{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.season_wrapper .season_box{
  min-height: 50px;
  height: fit-content;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.round_wrapper .round_box{
  height: 241px;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 2;
}
.round_wrapper .btn_wrapper, .season_wrapper .btn_wrapper{
  width: 100%;
  position: relative;
  z-index: inherit;
}
.round_wrapper .btn_wrapper .round_box, .season_wrapper .btn_wrapper .season_box{
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-content: flex-start; */
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 10px;
  box-sizing: border-box;
  gap: .3rem;
}
.round_wrapper .btn_wrapper .round_box li{
  font-size: 0.7rem;
  /* margin-top: 10px;
  margin-left: 0.75rem;
  margin-left: 6vw; */
  cursor: pointer;
  flex: 0 1 2.742vh;
  text-align: center;
}
.season_wrapper .btn_wrapper .season_box li{
  position: relative;
  background: #fff;
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
}
.update_div{
  margin-bottom: 20px;
}

.season_wrapper .arrow_forward{
  width: 34px;
  height: 34px;
  position: absolute;
  right: 16vw;
  top: 0;
}
.season_wrapper .arrow_forward::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.55rem; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #3179FF;
  cursor: pointer;
}
.season_wrapper .arrow_backward{
  width: 34px;
  height: 34px;
  position: absolute;
  left: 16vw;
  top: 0;
}
.season_wrapper .arrow_backward::after{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.55rem; 
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #3179FF;
  cursor: pointer;
}
/* END Schedule page */
  
.time_container{
    background: #fff;
    padding: 0.25rem 0;
    margin-top: 1rem !important;    
    border-radius: 4px;
    border: 1px solid #D3E1E2;
}
.time_update{
    margin: 0px 0.8rem;
    padding: 0;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #999;
}











    li.more {
        position: relative;
    }
    #logo_right li.more .dropdown_container {
        min-width: 100px;
        display: none;
        position: absolute;
        right: -20px;
        padding: 16px;
        width: 100px;
        margin: 0;
        height: unset;
    }
    #logo_right li.more ul.dropdown {
        background: #1C969F;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        display: flex;
        flex-direction: column;
    }
    #logo_right li.more ul.dropdown li {
        height: 36px;
    }
    #logo_right li.more ul.dropdown li a.active {
        background: #0A7A82;
    }
    #logo_right li.more ul.dropdown li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        height: 100%;
        width: 100%;
        line-height: 33px;
    }
    #logo_right li.more ul.dropdown li:hover {
        background: #097a83;
    }
    #logo_right li.more ul.dropdown li:hover a {
        background: #097a83;
    }
    #logo_right li.more:hover .dropdown_container {
        display: block;
    }
.new_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_title div{
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.btn_wrap a{
font-family: Microsoft YaHei;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0em;
}





.dzz{background:#fff; overflow: hidden; padding:5px;}

.dzz span{display:inline-block}
.dzz a{height:26px; line-height:26px;padding:2px 8px;} 
.dzz .tags0{} 
.dzz .tags1{color:#C00; font-size:22px;} 
.dzz .tags2{color:#63D563; font-size:16px;} 
.dzz .tags3{color:#00B8FF;} 
.dzz .tags4{ font-size:16px;} 
.dzz .tags5{color:#C00; font-size:20px;} 
.dzz .tags6{color:#F06 font-size:20px;} 
.dzz .tags7{color:#F8DB12; font-weight:bold; font-size:18px;} 
.dzz .tags8{color:#F06; font-weight:bold;} 
.dzz .tags9{color:#BB81EF; font-weight:bold;font-size:16px;} 



.dhnews_dhnews{
    background-color: #fff;
    border: 1px solid #d3e1e2;
    margin-top: 20px;
    border-radius: 3px;
}

.dhnews_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    border-bottom: 1px solid #d3e1e2;
}

.dhnews_title a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;color: #1c969f;
}


.dhnews_data{
    padding: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,max(221px));
    grid-gap: 13px;
    box-sizing: border-box;
}

.dhnews_data&gt;a {
    border: 1px solid #eaeaea;
}




.dhnews_data&gt;a&gt;div {
    padding: 10px;
}

.dhnews_subtitle {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.dhnews_data&gt;a&gt;div&gt;div {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dhnews_data&gt;a&gt;div&gt;div&gt;p {
    color: #999;
    font-size: 12px;
}




.dh_more_match {
    background-color: #fff;
    color: #1c969f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    height: 44px;
    border-radius: 3px;
    border: 1px solid #e6eeef
}

.dh_more_match:hover {
    background-color: #1c969f;
    color: #fff
}


.dh_more_match p{font-size: 16px;}




.match-tab&gt;div {
    min-height: 600px;
    padding: 0 17px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
}

.hot_match {
    width: 100%;
    padding: 17px 0;
    flex-wrap: wrap;
    min-height: 66px;
    border-bottom: 1px solid #d3e1e2;
}.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.streamBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.streamTop {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 3px 0 15px;
}

.streamTop, .streamTop p {
    display: flex;
    align-items: center;
}


.streamTop p {
    color: #000;
    justify-content: center;
}
.streamTop p:first-child:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    margin-right: 3px;
}




.streamTop p:first-child {
    font-size: 14px;
}

.streamTop .viewMore {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px; cursor:pointer
}

.streamTop .viewMore:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.streamTop .viewMore.show:after {
    transform: rotate(180deg); 
}

.streamBtm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 10px 20px;
}

.streamBtm p {
    color: #1c969f;
    font-size: 14px;
    line-height: 17px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #1c969f;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.streamBtm .link-hide {
    display: none;
}






.grid {
    display: grid;
}
.grid-cols-\[auto_13\.51\%_11\.05\%_64\.63\%\] {
    grid-template-columns: auto 13.51% 11.05% 64.63%;
}

.min12\:w-\[814px\] {
    width: 814px;
}

.match_detail {
    display: grid;
    align-items: center;
    grid-template-columns: calc(calc(100% - 200px) / 2) 30px 65px 10px 65px 30px calc(calc(100% - 200px) / 2);
    width: 100%;
    line-height: 20px;
    color: #000;
}

.min12\:w-\[350px\] {
    width: 320px; 
}
.min12\:pl-\[24px\] {
    padding-left: 24px;
}


.hot_match .status p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 72px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}

.hot_match .status.prelive p {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}

.hot_match .status.live p {
    background: linear-gradient(90deg,#f63030,#ff6e6e);
}

.hot_match .status.end p {
    background: linear-gradient(90deg,#f63030,#ff6e6e);
}


.hot_match p, .match_detail {
    font-size: 16px;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate, .whitespace-nowrap {
    white-space: nowrap;
}

.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity));
}

.rounded-\[5px\] {
    border-radius: 5px;
}

.h-\[36px\] {
    height: 36px;
}

.justify-center {
    justify-content: center;
}
.mx-\[5px\] {
    margin-left: 5px;
    margin-right: 5px;
}









.swiperContainer {
    position: relative;
    border-radius: 3px;
    border: 1px solid #d3e1e2; overflow:hidden; margin-top:20px;
}

.swiperContainer .swiper-slideIdx {
    height: 50px!important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}
.swiper-wrapper{ margin-left:50px;}
 

.swiper-slideIdx .swiper-slide {
	
    height: 50px!important;
  
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
	
	
 
}
.swiper-slideIdx .active {
    color: #1c969f;
}
.swiperContainer .swiper-slideIdx p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 4px;
    cursor: pointer;font-size: 16px;  font-weight: 700;

}

.swiper-slideIdx .active p:after {
    background: linear-gradient(90deg,#1c969f,#82eaf2);
    bottom: -8px;
}

.swiper-slideIdx p:after,.swiper-slideIdx .active p:after {
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    position: relative
}

.swiper-slideIdx p:after {
    background: transparent;
    bottom: -13px
}

.swiperContainer .swiper {
    position: relative;
    background-color: #fff;
    padding-right: 60px
}

.swiper-wrapper {
    display: flex
}



.swiperContainer .slide_next,.swiperContainer .slide_prev {
    width: 35px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center; cursor:pointer
}

.swiperContainer .slide_next div,.swiperContainer .slide_prev div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: .95;
    transition: opacity .3s;
    display: flex;
    align-items: center
}

.swiperContainer .slide_next {
    right: 0
}

.swiperContainer .slide_prev {
    left: 0
}

.swiperContainer .slide_next s,.swiperContainer .slide_prev s {
    display: inline-block;
    margin: 0 auto;
    width: .56rem;
    height: .56rem;
    border-bottom: 2px solid #1c969f;
    border-right: 2px solid #1c969f;
}

.swiperContainer .slide_next s {
    transform: rotate(-45deg);
    margin-left: 9px
}

.swiperContainer .slide_prev s {
    transform: rotate(135deg);
    margin-right: 9px
}

.swiperContainer .swiper-button-disabled {
    opacity: 0;
    display: none
}


.subNav {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 30px;
    margin-top: 20px;
}
.w-\[370px\] {
    width: 370px;
}

.subNav, .subNav&gt;div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.subNav&gt;div&gt;p {
    font-size: 16px;
    font-weight: 700;
    color: #1c969f;
    margin-left: 10px;
}

.min12\:w-\[735px\] {
    width: 735px;
}
.min12\:gap-\[60px\] {
    gap: 60px;
}

.subNav&gt;div&gt;a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #999;
}
.subNav .active {
    color: #1c969f;
}

.subNav .active:after {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#1c969f,#1c969fa6);
    position: absolute;
    display: inline-block;
    bottom: -17px;
    left: 0;
}

.min12\:min-h-\[60px\] {
    min-height: 60px;
}





.dhProduct, .dhTitle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.dhProduct {
    align-items: flex-start;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 18px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d3e1e2;
}


.dhTitle {
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    border-bottom: 1px solid #d3e1e2;
    color: #000;
    padding-left: 20px;
    box-sizing: border-box;
}


.productItem {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.dhTitle p, .productItem {
    display: flex;
    justify-content: flex-start;
}

.productItem&gt;div {
    width: 100%;
}
.dhProduct .sub_title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 22px;
}

.item_content {
    display: grid;
    grid-template-columns: repeat(6,calc(calc(100% - 100px) / 6));
    padding: 16px 0;
    width: 100%;
    grid-gap: 20px;
}

.item_content .item {
    display: grid;
    grid-template-columns: 40px calc(100% - 50px);
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    height: 60px;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-bottom: 5px solid #d3e1e2;
    box-sizing: border-box;
}

.text-ignore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_content .item_desc {
    font-size: 16px;
    color: #000;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.saishi_box {
    width: 100%;
    border-radius: 4px;
}

.cctv_list_outer {
    min-height: 40px;
    position: relative;
    border-bottom: 1px solid #d3e1e2;
}

.saishi {
    display: flex;
    align-items: center;
    padding: 10px 48px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.popular_img {
    z-index: 1;
    position: absolute;
    left: 25px;
}

.cctv_grid {
    margin: 20px 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(90px,120px));
    grid-gap: 25px 25px;
    justify-items: center;
    align-items: center;
    font-size: 14px;
    padding: 0 15px 25px;
}

.hot_img {
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    text-align: center;
    border: 1px solid #d3e1e2;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_text {
    color: #292e2e;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
}


.saishi_bottomBar .saishi_box {
    border: 1px solid #d3e1e2;
}

.cctv_list_outer {
    min-height: 40px;
    position: relative;
    border-bottom: 1px solid #d3e1e2;
}

.sub_saishiTitle {
    margin-left: -30px;
    display: flex;
    align-items: center;
}


.saishi_option {
    width: 120px;
    height: 48px;
    background: #fff;
    border: solid #d3e1e2;
    border-width: 1px 1px 5px;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #292e2e;
    cursor: pointer;
}
.mx-\[auto\], .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

.hot-team-swiper {
    position: relative;
}



.hot-team-swiper .swiper-slide {
    width:86px!important;
    height: 120px!important;
    font-size: 16px;
    font-weight: 700; margin-right:36px;

}






.hot-team-swiper  .swiper, .hot-team-swiper .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.hot-team-swiper .swiper-wrapper{ margin-left:0px;}
.hot-team-swiper  .swiper  {
      width:1200px;
      height: 100%; overflow:hidden; 
    }








.saishi_title {
    padding: 10px 5px; font-size:18px;
}



.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}



.h-\[86px\] {
    height: 86px;
}

.w-\[86px\] {
    width: 86px;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.rounded-full {
    border-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-\[\#D3E1E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 225 226/var(--tw-border-opacity));
}




.mt-\[4px\] {
    margin-top: 4px;
}

.w-\[86px\] {
    width: 86px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate, .whitespace-nowrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-\[\#292E2E\] {
    --tw-text-opacity: 1;
    color: rgb(41 46 46/var(--tw-text-opacity));
}

.max-w-\[1200px\] {
    max-width: 1200px;
}


.hot-team-swiper .slide_next, .hot-team-swiper .slide_prev {
    width: 19px;
    height: 47px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}


.hot-team-swiper .slide_next {
    right: 0;
}
.hot-team-swiper .slide_prev {
    left: 0;
}
.hot-team-swiper .slide_next:active, .hot-team-swiper .slide_prev:active {
    border-color: #1c969f;
}

.hot-team-swiper .slide_next div, .hot-team-swiper .slide_prev div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: .95;
    transition: opacity .3s;
    display: flex;
    align-items: center;
}


.hot-team-swiper .slide_next s, .hot-team-swiper .slide_prev s {
    display: inline-block;
    margin: 0 auto;
    width: .56rem;
    height: .56rem;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}


.hot-team-swiper .slide_next s {
    transform: rotate(-45deg);
    margin-left: 3px;
}

.hot-team-swiper .slide_prev s {
    transform: rotate(135deg);
    margin-right: 2px;
}





.rounded {
    border-radius: .25rem;
}

.bg-\[\#1C969F\] {
    --tw-bg-opacity: 1;
    background-color: #1c969f;
}

.px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
}

.py-\[11\.5px\] {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.text-\[12px\] {
    font-size: 12px;
}

.font-bold {
    font-weight: 700;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.w-full {
    width: 100%;
}

.justify-between {
    justify-content: space-between;
}

.cursor-pointer {
    cursor: pointer;
}


.gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
}


.mt-\[19px\] {
    margin-top: 19px;
}


.mt-\[20px\] {
    margin-top: 20px;
}


.rounded {
    border-radius: .25rem; margin-bottom:10px;
}


.border {
    border-width: 1px;
}

.border-solid {
    border-style: solid;
}


.border-\[\#D3E1E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 225 226/var(--tw-border-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}


.border-b {
    border-bottom-width: 1px;
}

.pl-\[40px\] {
    padding-left: 40px;
}

.text-\[\#1C969F\], .text-\[\#1c969f\] {
    --tw-text-opacity: 1;
    color:#1c969f;
}


.gradient-border {
    width: 100%;
    background: linear-gradient(90deg,#1c969f,#1c969f);
}


.mt-\[11px\] {
    margin-top: 11px;
}.h-\[6px\] {
    height: 6px;
}


.my-\[16px\] {
    margin-top: 16px;
    margin-bottom: 16px;
}

.max-w-\[1300px\] {
    max-width: 1300px;
}


.h-\[10px\] {
    height: 10px;
}


.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c _\#EEEEEE_100\%\)\] {
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#eee);
}







.grid-cols-\[repeat\(auto-fill\2c max\(86px\)\)\] {
    grid-template-columns: repeat(auto-fill,max(86px));
}


.gap-x-\[33px\] {
    -moz-column-gap: 33px;
    column-gap: 33px;
}

.gap-y-\[19px\] {
    row-gap: 19px;
}

.p-\[20px\] {
    padding: 20px;
}

.pt-\[8px\] {
    padding-top: 8px;
}




.bg-\[\#EEEEEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.ranking_table {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 50px;
    align-items: center;
    padding: 0 30px;
}.\!text-left {
    text-align: left !important;
}.ranking_table div {
    text-align: center;
    font-size: 16px;
}
.pl-\[20px\] {
    padding-left: 20px;
}
.ranking_table .order {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
}
.items-center {
    align-items: center;
}

.text-\[18px\] {
    font-size: 18px;
}

.font-bold {
    font-weight: 700;
}

.p-\[30px\] {
    padding: 30px;
}


.ranking_lanqiu_table {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 50px;
    align-items: center;
    padding: 0 30px;
}

.ranking_lanqiu_table div{
    text-align: center;
    font-size: 16px;
}
.ranking_lanqiu_table p {
    font-size: 16px;
}
.ranking_lanqiu_table .order {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
}


.grid-cols-\[30px_auto\] {
    grid-template-columns: 30px auto;
}



.wuwu{ margin:0 auto; text-align:center}
.wuwu img{ display:block;margin:0 auto;width:70px;}</pre></body></html>